Move from requirements.txt to pyproject.toml to conform to PEP 621#1
Open
Apanatshka wants to merge 4 commits intotudelft-cda-lab:mainfrom
Open
Move from requirements.txt to pyproject.toml to conform to PEP 621#1Apanatshka wants to merge 4 commits intotudelft-cda-lab:mainfrom
Apanatshka wants to merge 4 commits intotudelft-cda-lab:mainfrom
Conversation
This version can use `uv run pyinstaller src/dtpo/run_dtpo.py` to get an executable
Author
|
Well, with the second commit this is no longer minimal, but gets us to the point we want I think. IRL discussion was about getting a standalone executable, this gets us that. |
…tputs of run_dqn and run_viper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a minimalist change to use
pyproject.tomlfor your project, making it easier for modern tools likeuvto declare the github repo as a dependency. If you like I can also add the strongly recommended[build-system]to thepyproject.tomlbut that probably requires moving the python files to ansrcsubdirectory.